Pular para o conteúdo principal
POST
/
api
/
v1
/
admin
/
monetization
/
wallet
/
by-email
/
coins
[Admin] Add or remove coins for a user by email
curl --request POST \
  --url https://api.example.com/api/v1/admin/monetization/wallet/by-email/coins \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "<string>",
  "amount": 123,
  "description": "<string>"
}
'

Corpo

application/json
email
string | null
amount
integer<int32>
description
string | null

Resposta

200

OK